github.com/klauspost/compress/zstd.bitReader.in (field)
8 uses
github.com/klauspost/compress/zstd (current package)
bitreader.go#L20: in []byte
bitreader.go#L31: b.in = in
bitreader.go#L74: b.value = (b.value << 32) | uint64(le.Load32(b.in, b.cursor))
bitreader.go#L81: b.value = le.Load64(b.in, b.cursor)
bitreader.go#L92: b.value = (b.value << 32) | uint64(le.Load32(b.in, b.cursor))
bitreader.go#L100: b.value = (b.value << 8) | uint64(b.in[b.cursor])
bitreader.go#L122: b.in = nil
decoder.go#L335: frame.history.decoders.br.in = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |